-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Backport 2.x] [Refactor] CollectionUtils, Iterators, and String methods to core lib (#9120) #9127
Merged
andrross
merged 2 commits into
opensearch-project:2.x
from
nknize:backport/backport-9120-to-2.x
Aug 4, 2023
Merged
[Backport 2.x] [Refactor] CollectionUtils, Iterators, and String methods to core lib (#9120) #9127
andrross
merged 2 commits into
opensearch-project:2.x
from
nknize:backport/backport-9120-to-2.x
Aug 4, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…opensearch-project#9120) This commit refactors the CollectionUtils, and Iterators utility classes to the core and common libraries, respectively. Several other base Strings utility methods are also refactored to the core Strings utility library. This is done to incrementally move the remaining Strings methods in server to the core String utility. Signed-off-by: Nicholas Walter Knize <[email protected]> (cherry picked from commit 5bb7fa3)
nknize
added
enhancement
Enhancement or improvement to existing feature or request
backport
PRs or issues specific to backporting features or enhancments
skip-changelog
v2.10.0
labels
Aug 4, 2023
nknize
requested review from
reta,
anasalkouz,
andrross,
Bukhtawar,
CEHENKLE,
dblock,
gbbafna,
setiah,
kartg,
kotwanikunal,
mch2,
owaiskazi19,
Rishikesh1159,
ryanbogan,
saratvemulapalli,
shwetathareja,
dreamer-89,
tlfeng,
VachaShah,
dbwiddis,
sachinpkale and
sohami
as code owners
August 4, 2023 21:49
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Signed-off-by: Nicholas Walter Knize <[email protected]>
nknize
force-pushed
the
backport/backport-9120-to-2.x
branch
from
August 4, 2023 22:13
d005a59
to
cacaa76
Compare
Compatibility status:
|
Compatibility status:
|
Compatibility status:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## 2.x #9127 +/- ##
============================================
+ Coverage 70.72% 70.82% +0.10%
- Complexity 57417 57484 +67
============================================
Files 4754 4754
Lines 271673 271688 +15
Branches 40070 40070
============================================
+ Hits 192140 192426 +286
+ Misses 63061 62769 -292
- Partials 16472 16493 +21
|
andrross
approved these changes
Aug 4, 2023
This was referenced Aug 8, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport
PRs or issues specific to backporting features or enhancments
enhancement
Enhancement or improvement to existing feature or request
skip-changelog
v2.10.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backport 5bb7fa3 from #9120.